home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p21-24 / 00426_Script_426 < prev    next >
Text File  |  1994-07-31  |  373b  |  22 lines

  1. -- P23S16 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 16
  5.   set NumFrames = 11
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,1)
  9.   setAppearTime (1,1*60)
  10.   
  11.   global theGauge
  12.   mSetLevel(theGauge, Step)
  13.   
  14.   global LastQT
  15.   set LastQT = "P23S16"
  16.   cursor 4
  17.   preLoadCast the number of cast LastQT 
  18.   
  19.   setUpFastFwd()
  20.   cursor -1
  21. end
  22.